home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://global/skin/"
- type="text/css"?>
-
- <?xml-stylesheet href="chrome://simpletimer/content/simpletimer.css"
- type="text/css"?>
-
- <!DOCTYPE dialog SYSTEM "chrome://simpletimer/locale/simpletimer.dtd">
-
- <dialog id="simtim-dlgTimerComplete"
- title="&complete.name;"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- windowtype="dialog:timerComplete"
- buttons="accept, cancel"
- buttonlabelaccept="&complete.btn.open.url;"
- buttonlabelcancel="&complete.btn.close;"
- buttonpack="center"
- onload="SimpleTimerComplete.onLoadTimerComplete();"
- ondialogaccept="SimpleTimerComplete.onClickUrl();"
- ondialogcancel="window.opener.SimpleTimer.clearTimerCompleteInterval();
- window.opener.SimpleTimer.pauseHtmlAudio();">
-
- <script type="application/x-javascript"
- src="chrome://simpletimer/content/simpletimer-timerComplete.js" />
-
- <script type="application/x-javascript"
- src="chrome://simpletimer/content/simpletimer.js" />
-
- <stringbundleset id="stringbundleset">
- <stringbundle id="simtim-strings"
- src="chrome://simpletimer/locale/simpletimer.properties"/>
- </stringbundleset>
-
- <vbox pack="center" align="center">
- <hbox>
- <spacer flex="1" />
- <description id="simtim-timcptMsg" />
- <spacer flex="1" />
- </hbox>
- <description id="simtim-timcptUrl" />
- </vbox>
-
- </dialog>
-